diff --git a/.circleci/config.yml b/.circleci/config.yml index a254f136dbff5..cf0fb0a1144d3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1080,11 +1080,9 @@ jobs: command: | go install -v github.com/protolambda/eth2-testnet-genesis@$(jq -r .eth2_testnet_genesis < versions.json) - run: - name: foundryup + name: install foundry command: | - curl -L https://foundry.paradigm.xyz | bash - source $HOME/.bashrc - foundryup + ./ops/scripts/install-foundry.sh echo 'export PATH=$HOME/.foundry/bin:$PATH' >> $BASH_ENV source $HOME/.bashrc forge --version