From 02d590180bb13c9ddc81f07d87fd541ca161631f Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 5 Sep 2019 13:38:49 +0530 Subject: [PATCH] ... --- 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 27359b47e0..419dc1f847 100644 --- a/setup/unix-ci.py +++ b/setup/unix-ci.py @@ -89,7 +89,7 @@ def main(): run('sudo', 'mkdir', '-p', SW) run('sudo', 'chown', '-R', os.environ['USER'], SWBASE) - tball = 'macos' if ismacos else 'linux-64' + tball = 'macos-64' if ismacos else 'linux-64' download_and_decompress( 'https://download.calibre-ebook.com/ci/calibre/{}.tar.xz'.format(tball), SW )