Skip to content

Commit 9cb11c6

Browse files
authored
Update install_forge_zksync
1 parent 6596ad9 commit 9cb11c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/bin/install_forge_zksync

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ fi
2121

2222
ARTIFACT_URL="https://github.com/matter-labs/foundry-zksync/releases/download/foundry-zksync-v${VERSION}/foundry_zksync_v${VERSION}_${OS}_${ARCH}.tar.gz"
2323
THIS_DIR="$(realpath "$(dirname $0)")"
24-
echo $ARTIFACT_URL
24+
2525
if [[ "$OSTYPE" == "linux-gnu"* ]]; then
2626
wget -qc $ARTIFACT_URL -O -
2727
elif [[ "$OSTYPE" == "darwin"* ]]; then

0 commit comments

Comments
 (0)