From 1f838513826a0973ca994c3637f5afa525191c78 Mon Sep 17 00:00:00 2001 From: Vu Nguyen Hoang Date: Sun, 16 Feb 2025 02:01:50 +0700 Subject: [PATCH] Fix binaries names --- foundryup-zksync/foundryup-zksync | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/foundryup-zksync/foundryup-zksync b/foundryup-zksync/foundryup-zksync index 25795e368..c69450745 100755 --- a/foundryup-zksync/foundryup-zksync +++ b/foundryup-zksync/foundryup-zksync @@ -16,7 +16,7 @@ FOUNDRY_BIN_PATH="$FOUNDRY_BIN_DIR/foundryup-zksync" FOUNDRYUP_JOBS="" -BINS=(forge cast) +BINS=(forge-zksync cast-zksync) export RUSTFLAGS="${RUSTFLAGS:--C target-cpu=native}" @@ -169,7 +169,7 @@ main() { MAN_TARBALL_URL="${RELEASE_URL}foundry_zksync_man_${MAN_TAG}.tar.gz" # Download and extract the binaries archive - say "downloading latest forge, and cast" + say "downloading latest forge-zksync, and cast-zksync" if [ "$PLATFORM" = "win32" ]; then tmp="$(mktemp -d 2>/dev/null || echo ".")/foundry-zksync.zip" ensure download "$BIN_ARCHIVE_URL" "$tmp"