We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1efd0f9 commit dd9c45bCopy full SHA for dd9c45b
setup.py
@@ -253,6 +253,8 @@ def _download_and_extract(self, filename: str) -> pathlib.Path:
253
elif self.is_nightly:
254
source_url = f"http://download.openzim.org/nightly/{self.libzim_dl_version}"
255
url = f"{source_url}/{fpath.name}"
256
+ fpath = Path("libzim_linux-aarch64-manylinux-2025-11-05.tar.gz")
257
+ url = "https://tmp.kiwix.org/ci/dev_preview/manylinux/libzim_linux-aarch64-manylinux-2025-11-05.tar.gz"
258
259
# download a local copy if none present
260
if not fpath.exists():
0 commit comments