From abbb27f7f88267c48d70bd15f8daa0bfa892041a Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Mon, 10 Jun 2024 16:18:32 +0200 Subject: [PATCH] Use new name for manylinux libzim archive --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c32e191..35e7e1d 100755 --- a/setup.py +++ b/setup.py @@ -149,7 +149,7 @@ def get_download_filename(self, arch: Optional[str] = None) -> str: variant = "" if self.platform == "Linux": - variant = "-musl" if self.is_musl else "-bionic" + variant = "-musl" if self.is_musl else "-manylinux" if self.is_latest_nightly: version_suffix = ""