Skip to content

Commit dd9c45b

Browse files
committed
[DEV] hardcoding test URL
1 parent 1efd0f9 commit dd9c45b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,8 @@ def _download_and_extract(self, filename: str) -> pathlib.Path:
253253
elif self.is_nightly:
254254
source_url = f"http://download.openzim.org/nightly/{self.libzim_dl_version}"
255255
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"
256258

257259
# download a local copy if none present
258260
if not fpath.exists():

0 commit comments

Comments
 (0)