From c79e41d45f379eb2f5270ea72546f9d4ba2fd339 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Bene=C5=A1?= Date: Mon, 2 Oct 2023 09:27:10 +0100 Subject: [PATCH] fix: foundry (#2611) Foundry dropped the specific version of binary we use and it resulted in this error: `gzip: stdin: not in gzip format tar: Child returned status 1 tar: Error is not recoverable: exiting now foundryup: command failed: tar -xzC /mnt/user-data/jan/tmp/aztec-packages/l1-contracts/.foundry/bin foundryup: downloading manpages` I unpinned the version and it fixes it. --- l1-contracts/scripts/install_foundry.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/l1-contracts/scripts/install_foundry.sh b/l1-contracts/scripts/install_foundry.sh index e669ab2a01fb..e085beb76d59 100755 --- a/l1-contracts/scripts/install_foundry.sh +++ b/l1-contracts/scripts/install_foundry.sh @@ -18,4 +18,4 @@ chmod +x $BIN_PATH export PATH=$FOUNDRY_BIN_DIR:$PATH # Use version. -foundryup --version nightly-bdea91c79055e8adcf33e714984edba9a3e33d2a +foundryup