diff --git a/openlane/Makefile b/openlane/Makefile index fdd83f86d..93988410a 100644 --- a/openlane/Makefile +++ b/openlane/Makefile @@ -71,7 +71,7 @@ ifeq ($(OPENLANE_ROOT),) @echo "Please export OPENLANE_ROOT" @exit 1 endif - git clone https://github.com/efabless/openlane.git --branch=$(OPENLANE_TAG) --depth=1 $(OPENLANE_ROOT) && \ + git clone https://github.com/The-OpenROAD-Project/OpenLane --branch=$(OPENLANE_TAG) --depth=1 $(OPENLANE_ROOT) && \ cd $(OPENLANE_ROOT) && \ export IMAGE_NAME=efabless/openlane:$(OPENLANE_TAG) && \ make openlane