Skip to content

Commit

Permalink
Merge branch 'nish-cache-compile' of github.com:matter-labs/foundry-z…
Browse files Browse the repository at this point in the history
…ksync into nish-cache-compile
  • Loading branch information
nbaztec committed Dec 13, 2023
2 parents 8ddad9b + a3c0023 commit 988c869
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/era-cheatcodes/tests/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ BINARY_PATH="${REPO_ROOT}/target/release/zkforge"
function download_solc() {
case "$(uname -s)" in
Darwin*) arch=macos ;;
*) arch=linux ;;
*) arch=static-linux ;;
esac
if [ ! -x "${SOLC}" ]; then
wget --quiet -O "${SOLC}" "https://github.com/ethereum/solidity/releases/download/${1}/solc-static-${arch}"
wget --quiet -O "${SOLC}" "https://github.com/ethereum/solidity/releases/download/${1}/solc-${arch}"
chmod +x "${SOLC}"
fi
}
Expand Down

0 comments on commit 988c869

Please sign in to comment.