diff --git a/.github/workflows/artifacts.yaml b/.github/workflows/artifacts.yaml index bd35a71..d38c7d2 100644 --- a/.github/workflows/artifacts.yaml +++ b/.github/workflows/artifacts.yaml @@ -77,7 +77,7 @@ jobs: - name: Setup circom-witnesscalc run: | - cd .. && git clone https://github.com/iden3/circom-witnesscalc.git + cd .. && git clone https://github.com/pluto/circom-witnesscalc.git cd circom-witnesscalc cargo install --path . echo $(which build-circuit)