mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-03 21:09:11 +00:00 
			
		
		
		
	Fixed missed renamed variable
This commit is contained in:
		
							parent
							
								
									f0aebb1600
								
							
						
					
					
						commit
						a492eb0209
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -36,7 +36,7 @@ def mk_dir(d):
 | 
			
		|||
        os.makedirs(d)
 | 
			
		||||
 | 
			
		||||
def download_installs():
 | 
			
		||||
    for asset in latest_release_data['assets']:
 | 
			
		||||
    for asset in release_data['assets']:
 | 
			
		||||
        url = asset['browser_download_url']
 | 
			
		||||
        name = asset['name']
 | 
			
		||||
        print("Downloading ", url)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue