Update Makefile
diff --git a/Makefile b/Makefile
index 45270d2..9fc63bd 100644
--- a/Makefile
+++ b/Makefile
@@ -23,11 +23,11 @@
ifeq ($(CARAVEL_LITE),1)
CARAVEL_NAME := caravel-lite
- CARAVEL_REPO := https://github.com/efabless/caravel_openframe-lite
+ CARAVEL_REPO := https://github.com/efabless/caravel-lite
CARAVEL_TAG := 'rc-8'
else
CARAVEL_NAME := caravel
- CARAVEL_REPO := https://github.com/efabless/caravel_openframe
+ CARAVEL_REPO := https://github.com/efabless/caravel
CARAVEL_TAG := 'rc-8'
endif