From 0cce0824d1fb5e45326e34190adf4bb03c6275a2 Mon Sep 17 00:00:00 2001 From: Matti Picus Date: Sun, 27 Oct 2024 12:48:20 +0200 Subject: [PATCH] use musl libc 1.2 by default (#532) --- common_utils.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common_utils.sh b/common_utils.sh index 6860a2ac..57704f17 100755 --- a/common_utils.sh +++ b/common_utils.sh @@ -34,7 +34,7 @@ fi if [ "$MB_ML_LIBC" == "musllinux" ]; then IS_ALPINE=1; - MB_ML_VER=${MB_ML_VER:-"_1_1"} + MB_ML_VER=${MB_ML_VER:-"_1_2"} else # Default Manylinux version MB_ML_VER=${MB_ML_VER:-2014}