diff --git a/Makefile b/Makefile index eec5d853..bc892a0a 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,7 @@ langs: done PACKER := /tmp/pwnagotchi/packer -PACKER_URL := https://releases.hashicorp.com/packer/$(PACKER_VERSION)/packer_$(PACKER_VERSION)_linux_$(GOARCH).zip +PACKER_URL := https://releases.hashicorp.com/packer/$(PACKER_VERSION)/packer_$(PACKER_VERSION)_linux_amd64.zip $(PACKER): mkdir -p $(@D) curl -L "$(PACKER_URL)" -o $(PACKER).zip