From 54623dbe261d794de34e0dfd0d867eda1eaa6516 Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Mon, 27 Sep 2021 18:15:10 +0200 Subject: [PATCH] litex_setup: Update picolibc url (now on litex-hub). --- litex_setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litex_setup.py b/litex_setup.py index c6fad34fe..67833f9dd 100755 --- a/litex_setup.py +++ b/litex_setup.py @@ -23,7 +23,7 @@ repos = [ ("nmigen", ("https://github.com/nmigen/", True, True, None)), # LiteX SoC builder - ("pythondata-software-picolibc", ("https://github.com/antmicro/", True, True, None)), + ("pythondata-software-picolibc", ("https://github.com/litex-hub/", True, True, None)), ("pythondata-software-compiler_rt", ("https://github.com/litex-hub/", False, True, None)), ("litex", ("https://github.com/enjoy-digital/", False, True, None)),