Skip to content

Commit e3a2aa3

Browse files
committed
Build: Fix typo.
1 parent 6e60430 commit e3a2aa3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
run: |
8383
MATRIX=$(
8484
{
85-
cibuildwheel --print-build-identifiers --platform linux --archs x84_64 \
85+
cibuildwheel --print-build-identifiers --platform linux --archs x86_64 \
8686
| jq -nRc '{"only": inputs, "os": "ubuntu-latest"}' \
8787
| sed -e '/aarch64\|armv7l/s|ubuntu-latest|ubuntu-24.04-arm|' \
8888
&& cibuildwheel --print-build-identifiers --platform macos \

0 commit comments

Comments
 (0)