Skip to content

Commit 99e9595

Browse files
committed
fixup! added support for bionic variant (with temp hack)
1 parent 4e50761 commit 99e9595

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ def _download_and_extract(self, filename: str) -> pathlib.Path:
196196
if self.is_nightly:
197197
source_url = f"http://download.openzim.org/nightly/{self.libzim_dl_version}"
198198
# TODO: remove after 2023-04-20
199-
if "bionic" in fpath.name:
199+
if "bionic" in fpath.name and "x86_64" in fpath.name:
200200
source_url = "https://tmp.kiwix.org/ci/libzim_bionic"
201201
url = f"{source_url}/{fpath.name}"
202202

0 commit comments

Comments
 (0)