From 77d13248fe1f52e52ae75cc289e33ed5e4655a49 Mon Sep 17 00:00:00 2001 From: Brett Jia Date: Wed, 6 Mar 2024 07:23:08 -0500 Subject: [PATCH] Use local dir for aarch64 musl download Since musl wheels will generally be built in cibuildwheel, which doesn't have a persistent homedir, it should be ok to continue using the home dir for this particular build. --- libs.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs.json b/libs.json index ae652eca..3825dfe3 100644 --- a/libs.json +++ b/libs.json @@ -83,7 +83,7 @@ "system": "Linux", "machine": "aarch64", "pointer_size": 64, - "libdir": "", + "libdir": "~/.local/lib", "sysname": "linux", "link_type": "dynamic", "libc": "musl",