diff --git a/compiler/Makefile b/compiler/Makefile index 0e98df8b5d..727cf0b292 100644 --- a/compiler/Makefile +++ b/compiler/Makefile @@ -5,7 +5,7 @@ v: v.c ./v -o v . v.c: - wget https://vlang.io/v.c + wget https://raw.githubusercontent.com/vlang/vc/master/v.c clean: -rm vc v.c