From 72ab05034653b287a8a787b29907c94e7b4847f9 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 5 Dec 2019 10:20:41 +0530 Subject: [PATCH] Forgot to change tarball url for unix --- setup/unix-ci.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/unix-ci.py b/setup/unix-ci.py index 07bc4fca2a..a6063fc30b 100644 --- a/setup/unix-ci.py +++ b/setup/unix-ci.py @@ -103,7 +103,7 @@ def main(): tball = 'macos-64' if ismacos else 'linux-64' download_and_decompress( - 'https://download.calibre-ebook.com/ci/calibre/{}.tar.xz'.format(tball), SW + 'https://download.calibre-ebook.com/ci/calibre3/{}.tar.xz'.format(tball), SW ) if not ismacos: run('sudo', 'apt-get', 'update', '-y')