Skip to content

Commit

Permalink
chore: update bin path (#329)
Browse files Browse the repository at this point in the history
  • Loading branch information
dutterbutter authored Apr 18, 2024
1 parent 1e5e102 commit 4269df3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion foundryup-zksync/install
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ FOUNDRY_DIR="${FOUNDRY_DIR-"$BASE_DIR/.foundry-zksync"}"
FOUNDRY_BIN_DIR="$FOUNDRY_DIR/bin"
FOUNDRY_MAN_DIR="$FOUNDRY_DIR/share/man/man1"

BIN_URL="https://raw.githubusercontent.com/matter-labs/foundry-zksync/dev/foundryup/foundryup"
BIN_URL="https://raw.githubusercontent.com/matter-labs/foundry-zksync/dev/foundryup-zksync/foundryup-zksync"
BIN_PATH="$FOUNDRY_BIN_DIR/foundryup-zksync"

# Create the .foundry bin directory and foundryup binary if it doesn't exist.
Expand Down

0 comments on commit 4269df3

Please sign in to comment.