Skip to content

Commit

Permalink
fix: replace params download URL to s3 (#263)
Browse files Browse the repository at this point in the history
Replace params download URL to s3.
  • Loading branch information
silathdiir authored Sep 6, 2023
1 parent df0417e commit b38be04
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion download_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ mkdir -p "$params_dir"
output_file="$params_dir"/params"${degree}"
rm -f "$output_file"

axel -ac https://trusted-setup-halo2kzg.s3.eu-central-1.amazonaws.com/perpetual-powers-of-tau-raw-"$degree" -o "$output_file"
# degree 1 - 26
axel -ac https://circuit-release.s3.us-west-2.amazonaws.com/setup/params"$degree" -o "$output_file"

0 comments on commit b38be04

Please sign in to comment.