From 3a4dad3cbe9677596943b8f696eda67a7de42f60 Mon Sep 17 00:00:00 2001 From: renaud gaudin Date: Tue, 10 Oct 2023 09:56:21 +0000 Subject: [PATCH] [temp] download test builds --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index 1effa1b2..fc112a9a 100755 --- a/setup.py +++ b/setup.py @@ -198,6 +198,8 @@ def _download_and_extract(self, filename: str) -> pathlib.Path: source_url = "http://download.openzim.org/release/libzim" if self.is_nightly: source_url = f"http://download.openzim.org/nightly/{self.libzim_dl_version}" + if self.is_musl: + source_url = "http://tmp.kiwix.org/ci/" url = f"{source_url}/{fpath.name}" # download a local copy if none present