We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dcbb75 commit f141803Copy full SHA for f141803
.github/workflows/ci.yaml
@@ -33,7 +33,7 @@ jobs:
33
run: npm run build
34
35
- name: Download regular circuits for CI 'latest.zip' from S3
36
- run: mkdir ./tests/proofs/testdata && wget https://iden3-circuits-bucket.s3.eu-west-1.amazonaws.com/latest.zip -P ./tests/proofs/testdata
+ run: mkdir ./tests/proofs/testdata && wget https://circuits.privado.id/latest.zip -P ./tests/proofs/testdata
37
38
- name: Unzip circuits to folder
39
run: cd ./tests/proofs/testdata && unzip latest.zip && cd - && pwd
0 commit comments