Skip to content

Commit f141803

Browse files
committed
change url for circuits
1 parent 9dcbb75 commit f141803

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: npm run build
3434

3535
- 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
36+
run: mkdir ./tests/proofs/testdata && wget https://circuits.privado.id/latest.zip -P ./tests/proofs/testdata
3737

3838
- name: Unzip circuits to folder
3939
run: cd ./tests/proofs/testdata && unzip latest.zip && cd - && pwd

0 commit comments

Comments
 (0)