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 441f99a commit 84d1a45Copy full SHA for 84d1a45
setup.py
@@ -200,7 +200,8 @@ def _download_and_extract(self, filename: str) -> pathlib.Path:
200
if self.is_nightly:
201
source_url = f"http://download.openzim.org/nightly/{self.libzim_dl_version}"
202
# TODO: remove once merged
203
- source_url = "https://tmp.kiwix.org/ci/libzim_bionic"
+ if "bionic" in fpath.name:
204
+ source_url = "https://tmp.kiwix.org/ci/libzim_bionic"
205
url = f"{source_url}/{fpath.name}"
206
207
# download a local copy if none present
0 commit comments