Skip to content

Commit

Permalink
[temp] download test builds
Browse files Browse the repository at this point in the history
  • Loading branch information
rgaudin committed Oct 10, 2023
1 parent 510337e commit 3a4dad3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,8 @@ 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}"
if 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 3a4dad3

Please sign in to comment.