We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent affd06e commit 5f80206Copy full SHA for 5f80206
dev-tools/scripts/releaseWizard.py
@@ -1123,7 +1123,7 @@ def file_to_string(filename):
1123
return f.read().strip()
1124
1125
def download_keys():
1126
- download('KEYS', "https://archive.apache.org/dist/solr/KEYS", state.config_path)
+ download('KEYS', "https://downloads.apache.org/solr/KEYS", state.config_path)
1127
1128
def keys_downloaded():
1129
return os.path.exists(os.path.join(state.config_path, "KEYS"))
0 commit comments