diff --git a/foundryup-zksync/install b/foundryup-zksync/install index b47f66671..4192e8a40 100755 --- a/foundryup-zksync/install +++ b/foundryup-zksync/install @@ -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.