Skip to content

Commit

Permalink
fix man url
Browse files Browse the repository at this point in the history
  • Loading branch information
nbaztec committed Jan 31, 2025
1 parent 0a4af94 commit edba919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion foundryup-zksync/foundryup-zksync
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ main() {
RELEASE_URL="https://github.com/${FOUNDRYUP_REPO}/releases/download/${FOUNDRYUP_TAG}/"
BIN_ARCHIVE_URL="${RELEASE_URL}${ARCHIVE_TAG}_${PLATFORM}_${ARCHITECTURE}.$EXT"
MAN_TAG=$(echo "$FOUNDRYUP_TAG" | sed 's/^foundry-zksync-//')
MAN_TARBALL_URL="${RELEASE_URL}foundry_man_${MAN_TAG}.tar.gz"
MAN_TARBALL_URL="${RELEASE_URL}foundry_zksync_man_${MAN_TAG}.tar.gz"

# Download and extract the binaries archive
say "downloading latest forge, and cast"
Expand Down

0 comments on commit edba919

Please sign in to comment.