Skip to content

Commit

Permalink
Fix binaries names
Browse files Browse the repository at this point in the history
  • Loading branch information
thepluck committed Feb 15, 2025
1 parent 4bd721a commit 1f83851
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions foundryup-zksync/foundryup-zksync
Original file line number Diff line number Diff line change
Expand Up @@ -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}"

Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 1f83851

Please sign in to comment.