From f7e7760c9fc9b17b2c49804469ba5aadb4459b91 Mon Sep 17 00:00:00 2001 From: ayman Date: Sat, 17 Aug 2024 15:54:46 +0530 Subject: [PATCH] fix: ci --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0b1ef91..4605816 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -22,9 +22,9 @@ jobs: nasm \ nlohmann-json3-dev - - name: Download Circom Binary v2.1.8 + - name: Download Circom Binary v2.1.9 run: | - wget -qO /home/runner/work/circom https://github.com/iden3/circom/releases/download/v2.1.8/circom-linux-amd64 + wget -qO /home/runner/work/circom https://github.com/iden3/circom/releases/download/v2.1.9/circom-linux-amd64 chmod +x /home/runner/work/circom sudo mv /home/runner/work/circom /bin/circom