mirror of
https://github.com/Z3Prover/z3
synced 2025-04-05 17:14:07 +00:00
tweaks to mk_nuget_release
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
76d0a5a6ed
commit
a076e33037
|
@ -35,7 +35,6 @@ def download_installs():
|
|||
name = asset['name']
|
||||
print("Downloading ", url)
|
||||
sys.stdout.flush()
|
||||
continue
|
||||
urllib.request.urlretrieve(url, "packages/%s" % name)
|
||||
|
||||
os_info = {"z64-ubuntu-14" : ('so', 'ubuntu.14.04-x64'),
|
||||
|
|
Loading…
Reference in a new issue