Revert litex_setup_url change

This commit is contained in:
Michal Sieron 2021-09-28 12:35:20 +02:00
parent 782744bae3
commit c0e7e3acd3
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ if len(sys.argv) < 2:
# Check/Update litex_setup.py
litex_setup_url = "https://raw.githubusercontent.com/antmicro/litex/libbase-replacement/litex_setup.py"
litex_setup_url = "https://raw.githubusercontent.com/enjoy-digital/litex/master/litex_setup.py"
current_sha1 = hashlib.sha1(open(os.path.realpath(__file__)).read().encode("utf-8")).hexdigest()
print("[checking litex_setup.py]...")
try: