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 4e50761 commit 99e9595Copy full SHA for 99e9595
setup.py
@@ -196,7 +196,7 @@ def _download_and_extract(self, filename: str) -> pathlib.Path:
196
if self.is_nightly:
197
source_url = f"http://download.openzim.org/nightly/{self.libzim_dl_version}"
198
# TODO: remove after 2023-04-20
199
- if "bionic" in fpath.name:
+ if "bionic" in fpath.name and "x86_64" in fpath.name:
200
source_url = "https://tmp.kiwix.org/ci/libzim_bionic"
201
url = f"{source_url}/{fpath.name}"
202
0 commit comments