Following the segwit BIP 141 #265, a version 0 program: OP_0 <a push of the script>
BIP142: #267 mentions the following script:
<0x0076A914{20-byte-hash-value}88AC>
which would be: OP_0 DUP HASH160 [hash] EQUALVERIFY CHECKSIG
Notice the witness program isn't pushed like pay-to-script-hash. The push is missing the length marker, 0x19. I think it should be:
OP_0 PUSHDATA|length [hash]
script: OP_0 76a914010966776006953d5567439e5e39f86a0d273bee88ac
scriptPubKey: 001976a914010966776006953d5567439e5e39f86a0d273bee88ac
Address: BGMZdnvTr2wXTjkSs5TmrCGRN33MWpzdoK