Skip to content

Commit

Permalink
removed temp hack
Browse files Browse the repository at this point in the history
  • Loading branch information
rgaudin committed Sep 1, 2023
1 parent 7b8791f commit e5afe19
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,9 +197,6 @@ def _download_and_extract(self, filename: str) -> pathlib.Path:
source_url = "http://download.openzim.org/release/libzim"
if self.is_nightly:
source_url = f"http://download.openzim.org/nightly/{self.libzim_dl_version}"
# temp hack
if self.arch == "aarch64" and self.platform == "Linux" and not self.is_musl:
source_url = "http://tmp.kiwix.org/ci"
url = f"{source_url}/{fpath.name}"

# download a local copy if none present
Expand Down

0 comments on commit e5afe19

Please sign in to comment.