Skip to content

Commit 5e5d49b

Browse files
committed
[package] fix macosx arm64 wheels
Release 0.9.18 was pushed out linked against an incorrect OpenSSL build, making the armd64 wheels unusable.
1 parent dc5716a commit 5e5d49b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/fetch-vendor.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"urls": ["https://github.com/aiortc/aioquic-openssl/releases/download/1.1.1m-1/openssl-{platform}.tar.gz"]
2+
"urls": ["https://github.com/aiortc/aioquic-openssl/releases/download/1.1.1m-2/openssl-{platform}.tar.gz"]
33
}

0 commit comments

Comments
 (0)