We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c12e3d5 + 3c446b0 commit a59c3ebCopy full SHA for a59c3eb
nextstrain/cli/util.py
@@ -203,7 +203,7 @@ def standalone_installation_archive_url(version: str) -> str:
203
204
target_triple = f"{machine}-{vendor}-{os}"
205
206
- return f"https://github.com/nextstrain/cli/releases/download/{version}/nextstrain-cli-{version}-standalone-{target_triple}.{archive_format}"
+ return f"https://nextstrain.org/cli/download/{version}/standalone-{target_triple}.{archive_format}"
207
208
209
def new_version_available():
0 commit comments