Yes, you’ve used correct address, so it most likely means that there’s no valid bootloader that could run this firmware.
Bootloader image posted here before had an issue in Pedal build, that’s why it got removed. Here’s updated builds for OWL1, including Modular version that enables staying in bootloader mode if pushbutton is pressed.
MidiBoot-Modular.bin (23.2 KB)
MidiBoot-Modular.syx (27.7 KB)
MidiBoot-Pedal.bin (23.2 KB)
MidiBoot-Pedal.syx (27.7 KB)
For bootloader flashing you should change command to use different file and address, so it becomes:
dfu-util -d 0483:df11 -c 1 -i 0 -a 0 -s 0x8000000:leave -D MidiBoot-Pedal.bin
If it goes well, you should be able to either boot last flashed firmware or it may reset to bootloader if firmware is invalid. You can tell that by USB device name (OWL-BOOT vs OWL-MIDI).