diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b17fc5b6..8d95037f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -54,7 +54,7 @@ jobs: uses: actions/checkout@v3 - name: Clone node - run: cd submodules && git clone https://github.com/lambdaclass/zksync_era_precompiles.git --branch lambdaclass_precompiles + run: cd submodules && git clone https://github.com/lambdaclass/era-test-node.git --branch lambdaclass_precompiles - name: "Build precompiles" run: make build-precompiles