diff --git a/Makefile b/Makefile index 0abaa53..75a474b 100644 --- a/Makefile +++ b/Makefile @@ -35,7 +35,7 @@ ifeq (, $(shell command -v ocb 2>/dev/null)) [ "$${machine}" != x86_64 ] || machine=amd64 ;\ echo "Installing ocb ($${os}/$${machine}) at $(OTELCOL_BUILDER_DIR)";\ mkdir -p $(OTELCOL_BUILDER_DIR) ;\ - curl -sLo $(OTELCOL_BUILDER) "https://github.com/open-telemetry/opentelemetry-collector/releases/download/v$(OTELCOL_BUILDER_VERSION)/ocb_$(OTELCOL_BUILDER_VERSION)_$${os}_$${machine}" ;\ + curl -sLo $(OTELCOL_BUILDER) "https://github.com/open-telemetry/opentelemetry-collector/releases/download/cmd%2Fbuilder%2Fv$(OTELCOL_BUILDER_VERSION)/ocb_$(OTELCOL_BUILDER_VERSION)_$${os}_$${machine}" ;\ chmod +x $(OTELCOL_BUILDER) ;\ } else