diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index 455043e9ee..ff8c5ec3f6 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -29,7 +29,7 @@ jobs: - name: Build wheels uses: pypa/cibuildwheel@v2.17 env: - CIBW_ARCHS_LINUX: auto aarch64 + CIBW_ARCHS_LINUX: auto64 aarch64 - uses: actions/upload-artifact@v4 with: