diff --git a/build/builtin-actors/fetch-bundles.sh b/build/builtin-actors/fetch-bundles.sh index 37b8e906e..dd30d6a1f 100755 --- a/build/builtin-actors/fetch-bundles.sh +++ b/build/builtin-actors/fetch-bundles.sh @@ -34,7 +34,7 @@ fetch() { return 0 else echo "fetching $cid to $output" - curl -k "https://$dweb/ipfs/$cid" -o "$output" + curl --retry 3 -k "https://$dweb/ipfs/$cid" -o "$output" check "$output" "$hash" || die "hash mismatch" fi }