Skip to content

Commit

Permalink
chore: fixing foundry version (#2528)
Browse files Browse the repository at this point in the history
New version of Foundry requires newer versions of libc (which is not
available on mainframe). Using an older version of foundry fixes this.
  • Loading branch information
benesjan authored Sep 26, 2023
1 parent 7c623c4 commit 3af0753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion l1-contracts/scripts/install_foundry.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ chmod +x $BIN_PATH
export PATH=$FOUNDRY_BIN_DIR:$PATH

# Use version.
foundryup
foundryup --version nightly-ac4e264fdb60aedc202d3ebebb37ef7edf8dcd69

0 comments on commit 3af0753

Please sign in to comment.