Skip to content

Commit a59c3eb

Browse files
committed
Merge branch 'trs/update/standalone-download-url'
2 parents c12e3d5 + 3c446b0 commit a59c3eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nextstrain/cli/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ def standalone_installation_archive_url(version: str) -> str:
203203

204204
target_triple = f"{machine}-{vendor}-{os}"
205205

206-
return f"https://github.com/nextstrain/cli/releases/download/{version}/nextstrain-cli-{version}-standalone-{target_triple}.{archive_format}"
206+
return f"https://nextstrain.org/cli/download/{version}/standalone-{target_triple}.{archive_format}"
207207

208208

209209
def new_version_available():

0 commit comments

Comments
 (0)