File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -152,10 +152,10 @@ install_node()
152
152
install_foundry ()
153
153
{
154
154
if [[ -d " $TARGET " ]] && [[ -f " $TARGET /foundry.toml" ]]; then
155
- echo " [-] Foundry target detected, installing foundry nightly "
155
+ echo " [-] Foundry target detected, installing foundry stable "
156
156
157
- wget -q -O foundryup https://raw.githubusercontent.com/foundry-rs/foundry/7b452656f722fc560f0414db3ce24a1f2972a8b7 /foundryup/foundryup
158
- if [ ! " e7628766329e2873484d5d633c750b5019eec77ae506c11a0ef13b440cc3e7c2 foundryup" = " $( sha256sum foundryup) " ]; then
157
+ wget -q -O foundryup https://raw.githubusercontent.com/foundry-rs/foundry/871eaaa6d621c4fae67380bc8306d049ad5168b7 /foundryup/foundryup
158
+ if [ ! " 980a7a4a7f6a453346191bbe5c03bb378a91c92b10573a86fd29ee6f4b7f5d35 foundryup" = " $( sha256sum foundryup) " ]; then
159
159
echo " Foundry installer does not match expected checksum! exiting"
160
160
exit 1
161
161
fi
You can’t perform that action at this time.
0 commit comments